home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
xutil.h
< prev
Wrap
C/C++ Source or Header
|
1995-06-18
|
557b
|
40 lines
/*
* xutil.h : Miscellaneous X functions
*
* George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
*/
extern void setWidgetString(
#if NeedFunctionPrototypes
Widget w,
char *str
#endif
);
extern void setWidgetLabel(
#if NeedFunctionPrototypes
Widget w,
char *str
#endif
);
extern char *getWidgetString(
#if NeedFunctionPrototypes
Widget w
#endif
);
extern char *getWidgetLabel(
#if NeedFunctionPrototypes
Widget w
#endif
);
extern void appendWidgetText(
#if NeedFunctionPrototypes
Widget w,
char *text
#endif
);